home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / bbs / master / m_filter.eng < prev    next >
Encoding:
Text File  |  1996-05-06  |  1.7 KB  |  46 lines

  1.            Documentation for MASTER M_FILTER
  2.               By Bjorn Hallgren <SM6GQW>
  3.                   Version 0.56 960505
  4.             Copyright Bjorn Hallgren
  5.  
  6.  
  7. M_FILTER.EXE is a program automatically called by FBB as soon as there
  8. is a new letter or bulletin saved to disk but before added to DIRMES.SYS.
  9. M_FILTER is called by FBB if this program is found at the initialization.
  10. For further details read the FBB documentation regarding M_FILTER. When
  11. describing M_FILTER further on I refer only to my own software.
  12.  
  13. The problem with FBB and M_FILTER together is that there can only be one
  14. filter active. This is the reason why I wrote my own version of M_FILTER.
  15. This version only transfers data between FBB and a number of different
  16. filter programs for mail-handling.
  17.  
  18. M_FILTER.EXE must be placed in the BIN subdirectory. A separate configu-
  19. ration file have been added to keep track of all filterprograms as well as 
  20. finding them on the harddisk. The name of this file is M_FILTER.CFG.
  21.  
  22. M_FILTER.CFG must be placed together with INIT.SRV in the FBB root direc-
  23. tory.
  24.  
  25. All the other filterprograms can be placed in a separate subdirectory thus 
  26. keeping the root directory as "clean" as possible.
  27.  
  28. \FBB\M_FILTER.CFG  (an example):
  29.  
  30. #
  31. # If MASTER.LOG whold uses to report MASTER information/debug.
  32. MasterDebug=Y
  33. #
  34. # Filter program for the AUTO7P-system creating \FBB\M_FILTER.FWD
  35. BIN\FILTER\M_FILTER.EXE
  36. #
  37. # Filter program scanning incoming mail/bulletins for predefined words.
  38. BIN\FILTER\M1FILTER.EXE
  39. #
  40. # Filter that search for "go_info." and copies these bulletins to a sub
  41. # directory of your choice.
  42. BIN\FILTER\M2FILTER.EXE
  43. #
  44. # NOTE! Do not forget the extension (.EXE)
  45. #
  46.